BCL [-options] filename … |
If the filename doesn't contain any point, the extension .B will be
appended. The executable program will be stored using the name of the
first file and the extension .PRG. If the source contains any mathematical
standard function calls the file MATHLIB.B must be specified too. The
runtime system BCRTSY.B will be linked automatically.
Example:
BCL -S16 TEST SUB MATHLIB
or |
BCL -S16 TEST.B SUB.B MATHLIB.B |